home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / nasm20 / nasm20b.zoo / doc.lzh / DOC / LIMITS.TXT < prev    next >
Encoding:
Text File  |  1993-01-19  |  477 b   |  20 lines

  1. Hardcoded limits :
  2.  
  3. ARELOC PRELOC BRELOC et.al.
  4. Runtime relocator max segment size  : 33022
  5.  
  6. NLINK65 (all of these per object module)
  7. Max number of segments              : 65535
  8. Max number of open references       : ca. 20000
  9. Max number of linkable symbols      : 65535
  10.  
  11. Softcoded (#define) limits:
  12.  
  13. NASM65
  14. Max number of floats after a .FLOAT : MAXFLOAT
  15. Max number of code bytes in object  : MAXMODULE - DEFORG  (curr. $EF00)
  16. Max number of code bytes in com     : MAXMODULE
  17.  
  18.  
  19.  
  20.